From 5f0a8c9561e94f34969c7931aa808d10ca479869 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 30 Jan 2009 16:45:09 +0000 Subject: [PATCH] Revert r46524 per Nikerabbits comment --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 26b46987aa..2c0d617a2e 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1846,7 +1846,7 @@ class OutputPage { $args = array(); $name = $spec; } - $s = str_replace( '$' . ( $n + 1 ), "\n" . wfMsgExt( $name, $options, $args ), $s ); + $s = str_replace( '$' . ( $n + 1 ), wfMsgExt( $name, $options, $args ), $s ); } $this->addHTML( $this->parse( $s, /*linestart*/true, /*uilang*/true ) ); } -- 2.20.1